Method CreateItem(string, long?, string?)

Assembly: redb.Core.dll

Create item without adding to collection.
Useful for separate save.

public IRedbListItem CreateItem(string value, long? idObject = null, string? alias = null)